home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
comm
/
bbs
/
cnet5demo.lha
/
cnet
/
ircrexx
/
modetrap.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-03-23
|
440b
|
16 lines
/* ORC - TRAP MODE */
/* '/alias <password> trap1----006 modetrap.rexx MODE */
options results
parse arg orcport user cmd chan mode args
/* :pascoe!~pascoe@205.162.185.177 MODE #bible +b *!*test@* */
if show('P', orcport) then do
address value orcport
cnetirccmd '/"hello'
if pos('MIIND', user) & (pos('+b', mode)) then
cnetirccmd '/mode 'chan' -b 'args
end